home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir24 / nosinst.zip / NOS.XIF < prev    next >
Text File  |  1993-12-26  |  4KB  |  110 lines

  1. # JNOS TRANSFER INFORMATION FILE
  2. #
  3. # NOSINST (c) Copyright D R Lambert (G4POI) 1993
  4. #
  5. #
  6. # The routine that reads this file has already created the NOS root
  7. # directory (default C:\NOS) and made it the current directory.
  8. #
  9. # Syntax: <PATH> [filename] [filename] [filename] ...
  10. #         Where a filename if preceeded by $ means that file is passed
  11. #         through the pre-processing routine in the install program.
  12. #
  13. #         If preceded by & means the callsign is used for the filename AND
  14. #         the file is processed. A filename on it's own means the file
  15. #         is copied across as is.
  16. #
  17. #
  18. # TO EXTRACT FILES FROM WITHIN .ZIP (v1.01) FILES
  19. #
  20. # To extract files contained in a zip file, put the archive file in the
  21. # FILES directory on the installation disk, then in the lines below,
  22. # extract the files by using;
  23. #
  24. #         <PATH> (<archive>)<file_to_extract> ...
  25. #
  26. # Example: To extract Q.EXE out of the file QEDIT.ZIP in the FILES directory
  27. #          of the installation disk, and put it in the NOS root directory;
  28. #
  29. #          . (QEDIT.ZIP)Q.EXE
  30. #
  31. #
  32. # Please note: This is a single line command processor so don't split lines.
  33. #                                                         -----------------
  34. #         Use multiple lines with the same path like this;
  35. #
  36. #         e.g.  mydir\subdir file1 file2 file3 file4 file5
  37. #               mydir\subdir file6 file7 file8 ...
  38. #
  39. #         if you have more entries than will fit neatly on one line.
  40. #
  41. #         The NOS installation directory is depicted by a '.' and
  42. #         all MS-DOS rules apply to path names.
  43. #
  44. # PARAMETER SUBSTITUTION
  45. #
  46. # The following items are searched for and replaced during transfer if
  47. # $ or & are included in the filename.
  48. #
  49. #
  50. #            SEARCH KEY       REPLACED BY
  51. #               _FN_          User Full Name
  52. #               _MN_          User Mail Name
  53. #               _UC_          User Callsign
  54. #               _UI_          User IP address
  55. #               _UL_          User Location
  56. #               _HC_          Hub Callsign
  57. #               _HI_          Hub IP address
  58. #               _AT_          ATTACH line(s)   N.B. for ALL known interfaces
  59. #               _IN_          Install path
  60. #               _PN_          Port Name e.g. tnc0
  61. #               _PT_          Port Type i.e. ax25/slip
  62. #
  63. # NOS ROOT DIRECTORY
  64. # N.B. If the user is to use a hub, the file hubdom.txt is used in
  65. #      place of the domain.txt even though the domain.txt file is
  66. #      specified for transfer with search and replace.
  67. #
  68. . $alias $arp.lst $autoexec.nos $domain.txt $fkey.lst
  69. . $ftpusers nos.exe $nos.rc $popusers (qedit.zip)q.exe $r_air.lst
  70. . $tcp.bat $nosenv.bat
  71. #
  72. # FINGER
  73. .\finger &finger
  74. #
  75. # PCELM MAILER
  76. .\pcelm $alias &signatur.sig (pcelm.zip)pcelm.exe (pcelm.zip)pcelm.msg
  77. .\pcelm $pcelm.rc
  78. # Other pcelm files will be put in the docs directory
  79. #
  80. # SPOOL
  81. .\spool $rewrite
  82. #
  83. # MAIL
  84. .\spool\mail &greet.txt
  85. #
  86. # MAIL QUEUE
  87. .\spool\mqueue sequence.seq
  88. #
  89. # MAIL SIGNATURE (Not used by PCelm but kept in for other mailers)
  90. .\spool\signatur &signatur.sig
  91. #
  92. # ADDITIONAL TUTORIAL FILES AND DOCUMENTS (extracted by using wildcards)
  93. .\docs\qedit (qedit.zip)*.*
  94. .\docs\pcelm (pcelm.zip)pcelm.man
  95. .\tutorial\tcp (tutor1.zip)*.*
  96. .\tutorial\ka9qnos (nosman.zip)*.*
  97. .\tutorial\misc (tutoretc)*.*
  98. #
  99. # UTILITIES
  100. .\utils pkunzip.exe
  101. #
  102. # Essential but empty directories
  103. .\spool\news
  104. .\spool\rqueue
  105. .\work
  106. .\tmpfiles
  107. .\public
  108. .\log
  109. #
  110.